'Declaration Public Function New( _ ByVal graphicLines As List(Of GraphicLine) _ )
'Usage Dim graphicLines As List(Of GraphicLine) Dim instance As New GraphicLineRemovalOptions(graphicLines)
public GraphicLineRemovalOptions( List<GraphicLine> graphicLines )
public: GraphicLineRemovalOptions( List<GraphicLine*>* graphicLines )
public: GraphicLineRemovalOptions( List<GraphicLine^>^ graphicLines )
Parameters
- graphicLines
- A list of GraphicLine objects obtained from the ScanFix.DetectGraphicLines method.